iframe problem
i have an iframe that display data from a website..(eg. [url:2lqtowvq]http://www.example.com[/url:2lqtowvq])
my problem is that when i dispaly it on my website, i display it with it's css.. but i want to display it with my own css to be displayed like my design not like its source page
[HTML]<iframe name="I1" id="I1" src="http://www.example.com" marginwidth="1" marginheight="1" height="343" border="0" frameborder="0" style="width: 355px" scrolling="auto">
<strong>
here i want to display the contents in
http://www.example.com but with my own css not
http://www.example.com css
</strong>
</iframe>[/HTML]
thnx in advance for help